3.12 \(\int \csc ^2(e+f x) (a+b \sec ^2(e+f x)) \, dx\)

Optimal. Leaf size=26 \[ \frac {b \tan (e+f x)}{f}-\frac {(a+b) \cot (e+f x)}{f} \]

[Out]

-(a+b)*cot(f*x+e)/f+b*tan(f*x+e)/f

________________________________________________________________________________________

Rubi [A]  time = 0.03, antiderivative size = 26, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.095, Rules used = {4132, 14} \[ \frac {b \tan (e+f x)}{f}-\frac {(a+b) \cot (e+f x)}{f} \]

Antiderivative was successfully verified.

[In]

Int[Csc[e + f*x]^2*(a + b*Sec[e + f*x]^2),x]

[Out]

-(((a + b)*Cot[e + f*x])/f) + (b*Tan[e + f*x])/f

Rule 14

Int[(u_)*((c_.)*(x_))^(m_.), x_Symbol] :> Int[ExpandIntegrand[(c*x)^m*u, x], x] /; FreeQ[{c, m}, x] && SumQ[u]
 &&  !LinearQ[u, x] &&  !MatchQ[u, (a_) + (b_.)*(v_) /; FreeQ[{a, b}, x] && InverseFunctionQ[v]]

Rule 4132

Int[((a_) + (b_.)*sec[(e_.) + (f_.)*(x_)]^(n_))^(p_.)*sin[(e_.) + (f_.)*(x_)]^(m_), x_Symbol] :> With[{ff = Fr
eeFactors[Tan[e + f*x], x]}, Dist[ff^(m + 1)/f, Subst[Int[(x^m*ExpandToSum[a + b*(1 + ff^2*x^2)^(n/2), x]^p)/(
1 + ff^2*x^2)^(m/2 + 1), x], x, Tan[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[m/2] && Integer
Q[n/2]

Rubi steps

\begin {align*} \int \csc ^2(e+f x) \left (a+b \sec ^2(e+f x)\right ) \, dx &=\frac {\operatorname {Subst}\left (\int \frac {a+b+b x^2}{x^2} \, dx,x,\tan (e+f x)\right )}{f}\\ &=\frac {\operatorname {Subst}\left (\int \left (b+\frac {a+b}{x^2}\right ) \, dx,x,\tan (e+f x)\right )}{f}\\ &=-\frac {(a+b) \cot (e+f x)}{f}+\frac {b \tan (e+f x)}{f}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.06, size = 36, normalized size = 1.38 \[ -\frac {a \cot (e+f x)}{f}+\frac {b \tan (e+f x)}{f}-\frac {b \cot (e+f x)}{f} \]

Antiderivative was successfully verified.

[In]

Integrate[Csc[e + f*x]^2*(a + b*Sec[e + f*x]^2),x]

[Out]

-((a*Cot[e + f*x])/f) - (b*Cot[e + f*x])/f + (b*Tan[e + f*x])/f

________________________________________________________________________________________

fricas [A]  time = 0.93, size = 39, normalized size = 1.50 \[ -\frac {{\left (a + 2 \, b\right )} \cos \left (f x + e\right )^{2} - b}{f \cos \left (f x + e\right ) \sin \left (f x + e\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^2*(a+b*sec(f*x+e)^2),x, algorithm="fricas")

[Out]

-((a + 2*b)*cos(f*x + e)^2 - b)/(f*cos(f*x + e)*sin(f*x + e))

________________________________________________________________________________________

giac [A]  time = 0.24, size = 28, normalized size = 1.08 \[ \frac {b \tan \left (f x + e\right ) - \frac {a + b}{\tan \left (f x + e\right )}}{f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^2*(a+b*sec(f*x+e)^2),x, algorithm="giac")

[Out]

(b*tan(f*x + e) - (a + b)/tan(f*x + e))/f

________________________________________________________________________________________

maple [A]  time = 0.92, size = 43, normalized size = 1.65 \[ \frac {-a \cot \left (f x +e \right )+b \left (\frac {1}{\sin \left (f x +e \right ) \cos \left (f x +e \right )}-2 \cot \left (f x +e \right )\right )}{f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csc(f*x+e)^2*(a+b*sec(f*x+e)^2),x)

[Out]

1/f*(-a*cot(f*x+e)+b*(1/sin(f*x+e)/cos(f*x+e)-2*cot(f*x+e)))

________________________________________________________________________________________

maxima [A]  time = 0.34, size = 26, normalized size = 1.00 \[ \frac {b \tan \left (f x + e\right ) - \frac {a + b}{\tan \left (f x + e\right )}}{f} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)^2*(a+b*sec(f*x+e)^2),x, algorithm="maxima")

[Out]

(b*tan(f*x + e) - (a + b)/tan(f*x + e))/f

________________________________________________________________________________________

mupad [B]  time = 4.21, size = 28, normalized size = 1.08 \[ \frac {b\,\mathrm {tan}\left (e+f\,x\right )}{f}-\frac {a+b}{f\,\mathrm {tan}\left (e+f\,x\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b/cos(e + f*x)^2)/sin(e + f*x)^2,x)

[Out]

(b*tan(e + f*x))/f - (a + b)/(f*tan(e + f*x))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (a + b \sec ^{2}{\left (e + f x \right )}\right ) \csc ^{2}{\left (e + f x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(f*x+e)**2*(a+b*sec(f*x+e)**2),x)

[Out]

Integral((a + b*sec(e + f*x)**2)*csc(e + f*x)**2, x)

________________________________________________________________________________________